home *** CD-ROM | disk | FTP | other *** search
- Path: nntp-server.caltech.edu!egrayver
- From: egrayver@cco.caltech.edu (Eugene Grayver)
- Newsgroups: comp.lang.c++,gnu.g++.help
- Subject: Parse error at end of text -> PLEASE HELP
- Date: 17 Mar 1996 01:13:31 GMT
- Organization: California Institute of Technology, Pasadena
- Message-ID: <4ifovr$g60@gap.cco.caltech.edu>
- NNTP-Posting-Host: piccolo.cco.caltech.edu
- X-Newsreader: NN version 6.5.0 #12 (NOV)
-
- Hello,
-
- I have a rather large C++ program that compiles under g++2.7.2 on a number
- of platforms (hp,rs6k,sunOs). However, one of the files refuses to compile
- on a Sun/Solaris workstation w/ 16M RAM, ~40M swap. The file in question is
- rather large, uses advanced templating, overloading, etc. Gcc starts processing
- the file as usual, then, after issuing a few innocuous warnings pauses for a
- LONG time (~3 mins) and then exists with an error"
- Parse error at end of saved text
- and a line number.
- The line number is the same every time, and contains a perfectly valid
- declaration that compiles with no problems on all of the other machines.
-
- What could be the problem; what is this error message indicative of?
-
- Thanks.
- Eugene
-